-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explicitly disable conda container profiles #2140
Conversation
This PR is against the
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, happy holidays! 🎄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov Report
@@ Coverage Diff @@
## dev #2140 +/- ##
==========================================
- Coverage 71.43% 71.41% -0.03%
==========================================
Files 77 77
Lines 8367 8367
==========================================
- Hits 5977 5975 -2
- Misses 2390 2392 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
This ensures consistency across all profiles that only one software environment system is selected at any one time.
This also allows complete 'evaluation' of what container system is being used within a given pipeline run.
This was motivated by: https://github.com/nf-core/modules/pull/2688/files where we have to check if conda is enabled with
session.config.conda.enabled
.PR checklist
CHANGELOG.md
is updateddocs
is updated